Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface ICommandHandlerServiceListener


public interface ICommandHandlerServiceListener

An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandHandlerService.

This interface may be implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICommandHandlerService.addCommandHandlerServiceListener(org.eclipse.ui.commands.ICommandHandlerServiceListener), ICommandHandlerService.removeCommandHandlerServiceListener(org.eclipse.ui.commands.ICommandHandlerServiceListener)

Method Summary
 void commandHandlerServiceChanged(CommandHandlerServiceEvent commandHandlerServiceEvent)
          Notifies that one or more properties of an instance of ICommandHandlerService have changed.
 

Method Detail

commandHandlerServiceChanged

public void commandHandlerServiceChanged(CommandHandlerServiceEvent commandHandlerServiceEvent)
Notifies that one or more properties of an instance of ICommandHandlerService have changed. Specific details are described in the CommandHandlerServiceEvent.

Parameters:
commandHandlerServiceEvent - the command handler service event. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.